Skip to content

fix(compute): register the dummy pool driver under its own kind - #539

Merged
VasilyStepanov merged 1 commit into
masterfrom
fix/dummy-pool-driver-entry-point
Jul 29, 2026
Merged

fix(compute): register the dummy pool driver under its own kind#539
VasilyStepanov merged 1 commit into
masterfrom
fix/dummy-pool-driver-entry-point

Conversation

@VasilyStepanov

Copy link
Copy Markdown
Contributor

The gcn_machine_pool_driver entry point was registered as "DummyPoolDriver" instead of "dummy", so it never matched DummyPoolDriverSpec.KIND and could never be loaded - unlike its "libvirt" sibling entry, which correctly used the driver spec's KIND as the entry point name.

The gcn_machine_pool_driver entry point was registered as
"DummyPoolDriver" instead of "dummy", so it never matched
DummyPoolDriverSpec.KIND and could never be loaded - unlike its
"libvirt" sibling entry, which correctly used the driver spec's KIND
as the entry point name.
@VasilyStepanov
VasilyStepanov requested a review from a team as a code owner July 29, 2026 08:50
@VasilyStepanov VasilyStepanov self-assigned this Jul 29, 2026
@VasilyStepanov
VasilyStepanov merged commit 1975acd into master Jul 29, 2026
15 checks passed
@VasilyStepanov
VasilyStepanov deleted the fix/dummy-pool-driver-entry-point branch July 29, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants